From: Richard M. Stallman Date: Sat, 14 Mar 1998 04:54:19 +0000 (+0000) Subject: (bibtex-search-reference): store-match-data => set-match-data. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~71328 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d6f6135ea19214b378aa2a795e8b946b7a76f46b;p=emacs.git (bibtex-search-reference): store-match-data => set-match-data. --- diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 2020d6e2fd5..b8c1b0e5398 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -1356,7 +1356,7 @@ the value of `bibtex-text-indentation', minus 2." (setq found t))))) (if found (progn - (store-match-data md) + (set-match-data md) ;; to set match-beginning/end again (point)) (if (equal noerror nil)